home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Misc / SysEnum / readme.txt next >
Encoding:
Text File  |  2001-10-10  |  734 b   |  19 lines

  1. DirectShow Sample -- SysEnum
  2. ----------------------------
  3.  
  4. Demonstrates the use of the system device enumerator for enumerating devices
  5. and DirectShow filters installed on your system.  
  6.  
  7. By default, the application lists several system device classes by CLSID.  
  8. If you select "Show All Filter Categories", it will emulate the behavior of 
  9. GraphEdit to enumerate all system device classes in the system.
  10.  
  11. When you select a device class, SysEnum will enumerate all installed filters
  12. that relate to the selected class.  When you select a filter, its filename
  13. and disk location will be displayed.
  14.  
  15.  
  16. For more information, see "Enumerating Devices and Filters" in the DirectShow
  17. Tutorials section of the DirectX 8 SDK.
  18.  
  19.